Floating Frames


This is a short tutorial about floating frames (like frames except in te middle of a page). An example is below (needs IE 3+ or Netscape 4). The file being loaded in to the floating frame is called 'floatframe.htm'.



This is how it was done:


<IFRAME NAME="floatframe.htm" width="400" height="244" SRC="floatframe.htm">


The 'width' and 'height' parts adjust the size of the frame but the rest is really self-explanitory tutorial. This works basically the same way as normal frames except there are onlt two documents envolved instead of three.